type regexp.inputs
9 uses
regexp (current package)
backtrack.go#L44: inputs inputs
exec.go#L46: inputs inputs
exec.go#L49: type inputs struct {
exec.go#L56: func (i *inputs) newBytes(b []byte) input {
exec.go#L61: func (i *inputs) newString(s string) input {
exec.go#L66: func (i *inputs) newReader(r io.RuneReader) input {
exec.go#L73: func (i *inputs) clear() {
exec.go#L85: func (i *inputs) init(r io.RuneReader, b []byte, s string) (input, int) {
exec.go#L377: inputs inputs
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |